home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <HEAD>
- <META NAME="GENERATOR" Content="Microsoft Developer Studio">
- <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1">
- <TITLE>Welcome to America Online Calendar</TITLE>
- </HEAD>
-
- <STYLE>
- @import url("res:IDCSS_ACSplashPage");
- </STYLE>
-
- <SCRIPT LANGUAGE="JavaScript">
-
- ///////////////////////////////////////////////////////////////
- // global variables...
- ///////////////////////////////////////////////////////////////
- var Dict = new ActiveXObject("AolCalSvr.ACDictionary.5");
-
-
- //-------------------------------------------------------------
- // function DoOnLoad...
- ///////////////////////////////////////////////////////////////
- function DoOnLoad()
- {
- Dict.RemoveAll();
- window.external.SplashLoaded();
-
- var splashMsg = window.external.GetResourceString(6243);
- if( splashMsg.length > 0 )
- {
- document.all.paraText.innerHTML = "<SPAN id=\"elemMessage\">"
- + splashMsg + "</SPAN>";
-
- }
- }
-
-
- //-------------------------------------------------------------
- // function ShowSignupWizard...
- ///////////////////////////////////////////////////////////////
- function ShowSignupWizard(nextPanel)
- {
- Dict.Item("kWindow") = window;
- Dict.Item("kNextPanel") = nextPanel;
- var features = "dialogWidth=520px;dialogHeight=340px;help=no;resizable=no;status=no";
- window.showModalDialog("res:IDH_ACACSetUp", Dict, features);
- Dict.Item("kSetupDialogWindow") = null;
- }
-
-
- //-------------------------------------------------------------
- // function DoAfterGoOnline...
- ///////////////////////////////////////////////////////////////
- function DoAfterGoOnline( bServerAccountExists )
- {
- // alert("Testing: calling SplashPage.htm : DoAfterGoOnline()");
- if (Dict.Exists("kSetupDialogWindow") )
- {
- var SetupDialogWindow = Dict.Item("kSetupDialogWindow") ;
- if(null != SetupDialogWindow)
- {
- SetupDialogWindow.DoAfterGoOnline( bServerAccountExists );
- }
- }
- }
-
- //-------------------------------------------------------------
- // function ShowServAccount...
- ///////////////////////////////////////////////////////////////
- function ShowServAccount()
- {
- if (Dict.Exists("kSetupDialogWindow") )
- {
- var SetupDialogWindow = Dict.Item("kSetupDialogWindow") ;
- if(null != SetupDialogWindow)
- {
- SetupDialogWindow.ShowServAccount();
- }
- }
- }
-
- //-------------------------------------------------------------
- // function SetupComplete...
- ///////////////////////////////////////////////////////////////
- function SetupComplete()
- {
- if (Dict.Exists("kSetupDialogWindow") )
- {
- var SetupDialogWindow = Dict.Item("kSetupDialogWindow") ;
- if(null != SetupDialogWindow)
- {
- SetupDialogWindow.SetupComplete();
- }
- }
- }
-
- //-------------------------------------------------------------
- // function SetupFailed...
- ///////////////////////////////////////////////////////////////
- function SetupFailed()
- {
- if (Dict.Exists("kSetupDialogWindow") )
- {
- var SetupDialogWindow = Dict.Item("kSetupDialogWindow") ;
- if(null != SetupDialogWindow)
- {
- SetupDialogWindow.SetupFailed();
- }
- }
- }
-
- </SCRIPT>
-
- <BODY class="cssBODY" onload="DoOnLoad()" scroll="no" >
- <!-- Logo -->
- <img class="cssSplashLogo" id="imgSplashLogo" align="middle" src="res:IDG_ACLOGOCALENDAR"></img>
- <img class="cssSplashLogoBranding" id="imgSplashLogoBranding" align="middle" src="res:IDG_ACBRANDING"></img>
- <!-- Error and message text -->
- <DIV name="paraText" id="paraText">
- <SPAN id="elemMessage"></SPAN>
- </DIV>
- </BODY>
- </HTML>
-